home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.552 < prev    next >
Text File  |  1996-02-12  |  28KB  |  621 lines

  1. Frequently Asked Questions (FAQS);faqs.552
  2.  
  3.  
  4.  
  5. ----------------------------------------------------------------------
  6. Subject:  71)  Where can I get a fast X server for a workstation?
  7.  
  8.     The R5 server should be among the fastest available for most machines.
  9.  
  10.     International Quest Corporation (408-988-8289) has an optimized R4
  11. server for Sun3/4 under SunOS 4.0.
  12.  
  13.     Unipalm have R4 Servers for Sun3 and Sparc platforms. These are
  14. optimised to use graphics hardware and will run with Sunview. Information:
  15. +44 954 211797 or xtech@unipalm.co.uk.
  16.  
  17.     Xgraph's Xtool (408-492-9031) is an X server implemented in SunView
  18. which boasts impressive results on Sun 3 and SPARC systems. [6/90]
  19.  
  20. Several companies are making hardware accellerator boards:
  21.  
  22.     Dupont Pixel Systems (302-992-6911), for Sun.
  23.  
  24.     Megatek's (619-455-5590) X-cellerator board for the Sun 3 and Sun 4 is
  25. based on the TI 34020; the company claims performance improvements of 5x to
  26. 10x over the sample X11R3 server.
  27.  
  28. ----------------------------------------------------------------------
  29. Subject:  72)  Where can I get a server for my high-end Sun graphics board?
  30.  
  31.         Takahashi Naoto (Electrotechnical Laboratory, ntakahas@etl.go.jp) has
  32. modified the MIT X11R5 server to support the Sun CG8, CG9, and CG12 boards.
  33. The files are on export in contrib/Xsun24-3.[01].tar.Z.  Note that both files
  34. are necessary to build Xsun24-3.1.
  35.  
  36.     The JPL R5 Xsun Multi-screen server is a general purpose replacement
  37. for the MIT server/ddx/sun layer; it provides for the screen to be split among
  38. several monitors and implements several other features above the MIT
  39. implementation. Available on export.lcs.mit.edu in the file
  40. contrib/R5.Xsun.multi-screen.tar.Z. [Kaleb Keithley, kaleb@thyme.jpl.nasa.gov,
  41. 12/91; the file was updated 28 Sep 92.]
  42.  
  43. ----------------------------------------------------------------------
  44. Subject:  73)  Where can I get an "X terminal" server for my low-end Sun 3/50?
  45.  
  46.     Seth Robertson (seth@ctr.columbia.edu) has written Xkernel; the current
  47. version [1.4 as of 8/91, 2.0 expected RSN] is on sol.ctr.columbia.edu
  48. [128.59.64.40] in /pub/Xkernel.gamma. It turns a Sun 3/50 into a pseudo- X
  49. terminal; most of the overhead of the operating system is side-stepped, so it
  50. is fairly fast and needs little disk space.
  51.     A similar approach is to run the regular X server by making /etc/init
  52. a shell script which does the minimal setup and then invokes Xsun, like this
  53. example script from mouse@larry.mcrcim.mcgill.EDU:
  54.  
  55. #! /bin/sh
  56. exec >/dev/console 2>&1
  57. /etc/fsck -p /dev/nd0
  58. case $? in
  59.      0)    ;;
  60.      4)    /etc/reboot -q -n
  61.          ;;
  62.      8)    echo ND fsck failed - get help
  63.          /etc/halt
  64.          ;;
  65.      12)    echo Interrupted
  66.          /etc/reboot
  67.          ;;
  68.      *)    echo Unknown error in reboot fsck - get help
  69.          /etc/halt
  70.          ;;
  71. esac
  72. /bin/dd if=/tmp-fs of=/dev/nd2 bs=512 count=128 >/dev/null 2>&1
  73. /etc/mount /dev/nd2 /tmp
  74. /etc/ifconfig le0 netmask 255.255.255.0 broadcast 132.206.41.255
  75. /etc/mount -o ro apollo:/u2/x11/lib /local/lib/X11
  76. /etc/route add default 132.206.41.1 1 >/dev/null
  77. set `/etc/ifconfig le0`
  78. exec /Xsun -once -multidisp -mux -query `(sh -vn </local/lib/X11/xdm-servers/$2 2>&1)`
  79.  
  80. ----------------------------------------------------------------------
  81. Subject:  74)  What terminal emulators other than xterm are available?
  82.  
  83.     PCS has rewritten xterm from scratch using a multi-widget approach that
  84. can be used by applications. A version is on the R5 contrib tape and on
  85. export in contrib/emu.tar.Z [10/91].  More information is available from
  86. emu@pcsbst.pcs.com.
  87.  
  88.     The Color Terminal Widget provides ANSI-terminal emulation compatible
  89. with the VTx00 series; a version is on export in contrib/CTW-1.1.tar.Z. A
  90. Motif version is on ftp.stna7.stna.dgac.fr in pub/Term-1.0.tar.Z.
  91.     
  92.     kterm 4.1.2 is an X11R4-based vt100/vt102 (and Tektronix 4014) terminal
  93. emulator that supports display of Chinese, Japanese, and Korean text (in VT
  94. mode).  Also supported are: ANSI color sequences, multi-byte word selection,
  95. limited Compound Text support, and tab and newline preservation in selections.
  96. kterm 4.1.2 is also available from these anonymous ftp sites:
  97.     clr.nmsu.edu:pub/misc/kterm-4.1.2.tar.Z  [128.123.1.14]
  98.     export.lcs.mit.edu:contrib/kterm-4.1.2.tar.Z  [18.24.0.12]
  99.     kum.kaist.ac.kr:pub/unix/Xstuffs/kterm-4.1.2.tar.Z  [137.68.1.65]
  100. [courtesy of Mark Leisher <mleisher@nmsu.edu> ]
  101.     kterm-5.1.0.tar.Z is now on export [7/92].
  102.  
  103.     mterm, by mouse@larry.McRCIM.McGill.EDU, is an X terminal emulator
  104. which includes ANSI X3.64 and DEC emulation modes.  mterm can be had by ftp to
  105. larry.mcrcim.mcgill.edu (132.206.1.1), in X/mterm.src/mterm.ball-o-wax.
  106.  
  107.     Cxterm is a Chinese xterm, which supports both GB2312-1980 and the
  108. so-called Big-5 encoding.  Hanzi input conversion mechanism is builtin in
  109. cxterm.  Most input methods are stored in external files that are loaded at run
  110. time.  Users can redefine any existing input methods or create their own ones.
  111. The X11R5 cxterm is the rewritten of cxterm (version 11.5.1) based on X11R5
  112. xterm; it is in the R5 contrib software.  [thanks to Zhou Ning
  113. <zhou@tele.unit.no> and Steinar Bang <uunet!idt.unit.no!steinarb>.]
  114.  
  115.     XVT is available on export's contrib in xvt-1.0.tar.Z and
  116. xvt-1.0.README. It is designed to offer xterm's functionality with lower swap
  117. space and may be of particular use on systems driving many X terminals.
  118.  
  119.     x3270 is in X11R5 contrib/.
  120.  
  121. Also:
  122.     IBM sells a 3270 emulator for the RS/6000 (part #5765-011); it's based
  123. on Motif.
  124.     
  125.     Century Software (801-268-3088) sells a VT220 terminal emulator for X.
  126. VT102, Wyse 50 and SCO Color Console emulation are also available.
  127.  
  128.     Grafpoint's TGRAF-X provides emulation of Tektronix 4107, 4125, and
  129. 42xx graphics terminals; it's available for most major platforms. Information
  130. (inc. free demo copies): 800-426-2230; Fax. 408-446-0666; uunet!grafpnt!sales.
  131.  
  132.     IXI's X.deskterm, a package for integrating character-based
  133. applications into an X environment, includes a number of terminal-emulation
  134. modules. Information: +44 (0223) 462131. [5/90]
  135.  
  136.     Pericom produces Teem-X, a set of several emulation packages for a
  137. number of Tek, DEC, Westward, and Data General terminals. The software runs on
  138. Sun 3, Sun 4, Apollo, DEC, ISC, IBM/AIX. Information: US: 609-895-0404,
  139. UK: +44 (0908) 560022. [5/90]
  140.  
  141.     SCO's SCOterm (info@sco.COM), part of its Open Desktop environment, is
  142. a Motif-compliant SCO ANSI color console emulator.
  143.  
  144. ----------------------------------------------------------------------
  145. Subject:  75)! Where can I get an X-based editor or word-processor?
  146.  
  147.     You can ftp a version of GNU Emacs, the extensible, customizable,
  148. self-documenting, real-time display editor, including X11 support, from
  149. prep.ai.mit.edu [18.71.0.38]:/pub/gnu/emacs-18.58.tar.Z or
  150. informatik.tu-muenchen.de:/pub/GNU/emacs/emacs-18.58.tar.Z.
  151.     
  152.     Epoch is a modified version of Gnu Emacs with additional facilities
  153. useful in an X environment. Current sources are on cs.uiuc.edu (128.174.252.1)
  154. in ~ftp/pub/epoch-files/epoch; the current [3/92] version is 4.0.
  155. [In Europe, try unido.informatik.uni-dortmund.de].  There are two
  156. subdirectories:  epoch contains the epoch source, and gwm contains the source
  157. to the programmable window manager GWM, with which epoch works well.]
  158. You can get on the Epoch mailing list by sending a request to
  159. epoch-request@cs.uiuc.edu.
  160.  
  161.     The Andrew system on the X11 contrib tapes has been described as one of
  162. the best word-processing packages available. It supports word processing with
  163. multi-media embedded objects: rasters, tables/spread sheets, drawings, style
  164. editor, application builder, embedded programming language, &c. Release 5.1
  165. became available 2 June 92.  [Fred Hansen (wjh+@ANDREW.CMU.EDU)]
  166.     You may be able to use the Remote Andrew Demo service to try this
  167. software; try "finger help@atk.itc.cmu.edu" for help.
  168.  
  169.     The InterViews 3.0.1 C++ toolkit contains a WYSIWIG editor called Doc;
  170. it saves and loads files in a LaTeX-*like* format (not quite LaTeX).  The
  171. package can also import idraw-PostScript drawings.
  172.  
  173.     A simple editor aXe (by J.K.Wight@newcastle.ac.uk) is available on
  174. export as aXe-3.1.tar.Z [9/92]. It is based around the Xaw Text widget.
  175.  
  176.     TED is a simple Motif-based text editor; it is a wrapper around the
  177. Motif text widget which offers search/replace, paragraph formatting, and
  178. navigation features. TED is available from ftp.eos.ncsu.edu (152.1.9.25) as
  179. /pub/bill.tar.Z; here are also executables there.
  180.  
  181.     Point, by crowley@unmvax.cs.unm.edu (Charlie Crowley), is Tcl/Tk-based
  182. and offers dyanimic configuration and programming in the Tcl macro language.
  183. The editor is available from unmvax.cs.unm.edu (129.24.16.1) as
  184. pub/Point/point1.1-tar.Z.
  185.  
  186.     asedit is on export in contrib/asedit.tar.Z. It is a simple text editor
  187. built around the Motif Text widget. [12/92]
  188.  
  189. Also:
  190.  
  191.     Elan Computer Group (Mountain View, CA; 415-964-2200) has announced the
  192. Avalon Publisher 2.0, an X11/OPEN LOOK WYSIWYG electronic publishing system.
  193.  
  194.     FrameMaker and FrameWriter are available as X-based binary products for
  195. several machines. Frame is at 800-843-7263 (CA: 408-433-3311).
  196.  
  197.     WX2 (formerly InDepthEdit) is available from Non Standard Logics
  198. (+33 (1) 43 36 77 50; requests@nsl.fr).
  199.  
  200.     Buzzwords International Inc. has an editor called 'Professional Edit'
  201. that runs under X/Motif for various platforms.  Info: +1-314-334-6317.
  202.  
  203.     DECwrite is available from DEC for some DEC hardware and SunWrite is
  204. available from Sun.
  205.  
  206.     IslandWrite will soon be available from Island Graphics (415-491-1000)
  207. (info@island.com) for some HP & Apollo platforms.
  208.  
  209.     Interleaf is currently available from Interleaf (800-241-7700,
  210. MA: 617-577-9800) on all Sun and DEC platforms; others are under development.
  211.  
  212.     The Aster*x office integration tools from Applix (1-800-8APPLIX,
  213. MA: 508-870-0300) include a multi-font WYSIWG document composer; for several
  214. systems.
  215.  
  216.     ArborText, Inc. provides an X11 version of its Electronic Publishing
  217. program called "The Publisher". The Publisher is available on Sun, HP and
  218. Apollo workstations. Contact Arbortext at 313-996-3566. [5/90]
  219.  
  220.     Iris Computing Laboratories offers the "ie" editor. Info:
  221. +1-505-988-2670 or info@spectro.com.
  222.  
  223.     BBN/Slate from BBN Software Products includes a menu-driven word
  224. processor with multiple fonts and style sheets.  It supports X on
  225. multiple platforms. (617-873-5000 or slate-offer@bbn.com) [11/90]
  226.  
  227.     The powerful "sam" editor by Rob Pike is split into a host portion and
  228. a front-end graphics portion, which now has an X implementation.  sam is now
  229. available by anonymous ftp from research.att.com, in dist/sam/bundle.Z.  Watch
  230. that space for updated versions.  There is a mailing list for sam users;
  231. requests to <sam-fans-request@hawkwind.utcs.toronto.edu>.
  232.  
  233.     Innovative Solutions (505-883-4252; or Brian Zimbelman,
  234. is!brian@bbx.basis.com) publishes the user-configurable Motif-based Xamine
  235. editor.
  236.  
  237.     Qualix offers a product. Information: info@qualix.com or 800-245-UNIX
  238. (415-572-0200).
  239.  
  240.     Typex is a Motif-based editor available for several systems.
  241. Information: Amcad Research, 408-867-5705, fax -6209.
  242.  
  243.     WordPerfect offers an X-based version of WordPerfect 5.1 for several
  244. workstations. Information: 801-222-5300 or 800-451-5151.
  245.  
  246. ----------------------------------------------------------------------
  247. Subject:  76)  Where can I get an X-based mailer?
  248.  
  249.     xmh, an X interface to mh, is distributed with the X11 release.
  250.  
  251.     Xmail is an X-based window interface to Berkeley-style mail handlers;
  252. it is styled primarily after the Sunview mailtool application and builds on
  253. most Unix systems. The current release [1/92] is 1.4, available in the MIT
  254. X11R5 contrib tape and from export and uunet. Info: Jeff Markham,
  255. markham@cadence.com.
  256.  
  257.     MMH (My Mail Handler), a motif interface to the MH mail handler, is
  258. available from ftp.eos.ncsu.edu (152.1.9.25) in pub/bill.tar.Z; it is bundled
  259. with the TED editor, which it uses for composing messages. Motif 1.1 is
  260. required; if you don't have it, look for DEC and SPARC executables in the same
  261. place.  Information and problems to: Erik Scott, escott@eos.ncsu.edu. [1/92]
  262.  
  263.     The Andrew Toolkit supports the Andrew Message System; it is available
  264. from export and many other X archives and from emsworth.andrew.cmu.edu
  265. (128.2.30.62), or send email to susan+@andrew.cmu.edu. Release 5.1 became
  266. available 2 June 92.
  267.     You may be able to use the Remote Andrew Demo service to try this
  268. software; try "finger help@atk.itc.cmu.edu" for help.
  269.  
  270.     XMailTool is an Xaw-based interface to a BSD-style mail reader; version
  271. 2.0 was released 9/92. Information: Bob Kierski, bobo@cray.com or 612-683-5874.
  272.  
  273.     Cem is a Motif-based mailer using standard mailbox formats; it is on
  274. nelson.tx.ncsu.edu in pub/Cem. Information: Sam Moore (Sam_Moore@ncsu.edu).
  275.  
  276. Also:
  277.  
  278.         Alfalfa Software offers Poste, a UNIX-based mailer that has Motif- and
  279. command-based interfaces.  It includes support for multimedia enclosures, and
  280. supports both the Internet and X.400 mail standards.  Information:
  281. info@alfalfa.com, +1 617-497-2922.
  282.  
  283.     Z-Code Software offers Z-Mail for most Unix systems; binaries support
  284. both tty and Motif interfaces. The mailer includes a csh-like scripting
  285. language for customizing and extending mail capabilities.  Information:
  286. info@z-code.com, +1 415 499-8649.
  287.  
  288.     Several vendors' systems include X-based mailers. DEC offers dxmail;
  289. Sun offers an X-based mailtool; SCO (info@sco.com) includes SCOmail in its Open
  290. Desktop product.
  291.  
  292. Several integrated office-productivity tools include mailers:
  293.  
  294.     The Aster*x office integration tools from Applix (1-800-8APPLIX,
  295. MA: 508-870-0300) include a mailer.
  296.  
  297. ----------------------------------------------------------------------
  298. Subject:  77)! Where can I get an X-based paint/draw program?
  299.  
  300.     xpic is an object-oriented drawing program. It supports multiple font
  301. styles and sizes and variable line widths; there are no rotations or zooms.
  302. xpic is quite suitable as an interactive front-end to pic, though the
  303. xpic-format produced can be converted into PostScript. (The latest version is
  304. on the R4 contrib tape in clients/xpic.)
  305.  
  306.     xfig (by Brian V. Smith (bvsmith@lbl.gov)) is an object-oriented
  307. drawing program supporting compound objects.  The xfig format can be converted
  308. to PostScript or other formats. Recent versions are on the R5 contrib tape or
  309. on export in /contrib/R5fixes (version 2.1.6 [11/92]).
  310.  
  311.         idraw supports numerous fonts and various line styles and arbitrary
  312. rotations. It supports zoom and scroll and color draws and fills. The file
  313. format is a PostScript dialect. It can import TIFF files. Distributed as a part
  314. of the InterViews C++ toolkit (current release 3.0.1, on the X11R5 contrib/
  315. tapes or from interviews.stanford.edu) .
  316.  
  317.     An alpha of Robert Forsman's (thoth@lightning.cis.ufl.edu) xscribble,
  318. an 8-bit paint program for X, is now on ftp.cis.ufl.edu in pub/empire/. [7/92]
  319.  
  320.     xpaint is available from ftp.ee.lbl.gov as xpaint.tar.Z.
  321.     A rewrite, Xpaint 2.0, by David Koblas (koblas@mips.com) was posted as
  322. a beta to alt.sources in early July 1992; a second beta is on export. xpaint
  323. is a bitmap/pixmap editing tool.
  324.  
  325.     A new OpenWindows PostScript-based graphical editor named 'ice' is now
  326. [2/91] available for anonymous ftp from Internet host lamont.ldgo.columbia.edu
  327. (129.236.10.30).  ice (Image Composition Environment) is an imaging tool that
  328. allows raster images to be combined with a wide variety of PostScript
  329. annotations in WYSIWYG fashion via X11 imaging routines and NeWS PostScript
  330. rasterizing. (It may require OpenWindows and Sun C++ 2.0.)
  331.  
  332.     tgif by William Cheng (william@oahu.cs.ucla.edu) is available from most
  333. uucp sites and also from export and from cs.ucla.edu. It is frequently updated;
  334. version 2.12-patch15 was released 12/92.
  335.  
  336.     The "pixmap" program (info: colas@sa.inria.fr) for creating pixmaps is
  337. on the R5 contrib tape; it resembles the bitmap client. Version 2.1 is now
  338. available. [11/92]
  339.  
  340.     Although MetaCard is not generally classified as a paint program, a
  341. full 24-bit color image editor is built into the program, which can be used for
  342. light image editing and for producing color icons (info@metacard.com). MetaCard
  343. is available via anonymous FTP from ftp.metacard.com, csn.org, or
  344. 128.138.213.21.
  345.  
  346. Also:
  347.  
  348.     dxpaint is a bitmap-oriented drawing program most like MacPaint; it's
  349. good for use by artists but commonly held to be bad for drawing figures or
  350. drafting. dxpaint is part of DEC's Ultrix release.
  351.  
  352.     FrameMaker has some draw capabilities. [4/90]
  353.  
  354.     BBN/Slate from BBN Software Products includes a full-featured draw and
  355. paint program with object grouping and multiple patterns; multiple X platforms.
  356. (617-873-5000 or slate-offer@bbn.com). [11/90]
  357.  
  358.     Dux Ta-Dah!, 1-800-543-4999
  359.  
  360.     IslandGraphics offers IslandDraw, IslandPaint, IslandPresent.
  361. Info: 415-491-1000.
  362.  
  363.     Corel Draw, 613-728-8200; ported to X by Prior Data Sciences
  364. 800-267-2626
  365.  
  366.     Arts&Letters Composer, 214-661-8960
  367.  
  368.     Ficor AutoGraph, 513-771-4466
  369.  
  370. Several integrated office-productivity tools include draw/paint capabilities:
  371.  
  372.     The Aster*x office integration tools from Applix (1-800-8APPLIX,
  373. MA: 508-870-0300) include draw/paint capabilities.
  374.  
  375. [thanks in part to Stephen J. Byers (af997@cobcs1.cummins.com)]
  376.     
  377. ----------------------------------------------------------------------
  378. Subject:  78)  Where can I get an X-based plotting program?
  379.  
  380. These usually are available from uucp sites such as uunet or other sites as
  381. marked; please consult the archie server to find more recent versions.
  382.  
  383.  gnuplot    X (xplot), PostScript and a bunch of other drivers.
  384.     export.lcs.mit.edu [and elsewhere]:contrib/gnuplot3.1.tar.Z
  385.  
  386.  gl_plot    X output only [?]
  387.     comp.sources.unix/volume18
  388.  
  389.  graph+
  390.     yallara.cs.rmit.oz.au:/pub/graph+.tar.Z [131.170.24.42]
  391.     comp.sources.unix/volume8
  392.  
  393.  pdraw,drawplot        2D and 3D X,PS
  394.     scam.berkeley.edu:/src/local/3dplot.tar.Z [128.32.138.1]
  395.     scam.berkeley.edu:/src/local/contour.tar.Z [128.32.138.1]
  396.     scam.berkeley.edu:/src/local/drawplot.tar.Z [128.32.138.1]
  397.     uunet:~ftp/contrib/drawplot.tar.Z
  398.  
  399.  xgraph        plot, zoom. Outputs PS or HPGL.
  400.     shambhala.berkeley.edu:/pub/xgraph-11.tar.Z [128.32.132.54]
  401.     sun1.ruf.uni-freiburg.de:X11/contrib/xgraph-11.tar.Z [132.230.1.1]
  402.     nisc.jvnc.net:pub/xgraph-11.tar.Z [128.121.50.7]
  403.     comp.sources.x/volume3
  404.     or many other sites
  405.  
  406.  ACE/gr (formerly xvgr and xmgr) XY plotting tools
  407.     ftp.ccalmr.ogi.edu [129.95.72.34]
  408.     XView version: /CCALMR/pub/acegr/xvgr-2.09.tar.Z
  409.     Motif version: /CCALMR/pub/acegr/xmgr-2.09.tar.Z
  410.  
  411.  XGobi        An interactive dynamic scatter-plotting tool from Bellcore
  412.     lib.stat.cmu.edu: general/xgobi* [log in as statlib with your email
  413.         as the password]
  414.     Information from: Debby Swayne, dfs@bellcore.com.
  415.  
  416.  Robot        a scientific XView-based graph plotting and data analysis tool
  417.     ftp.astro.psu.edu:pub/astrod/robotx0.44.tar.Z [128.118.147.28]
  418.     
  419.  
  420. [2/91. Thanks in part to: emv@ox.com (Ed Vielmetti); geoff@Veritas.COM
  421. (Geoffrey Leach); Paul A. Scowen (uk1@spacsun.rice.edu); black@beno.CSS.GOV
  422. (Mike Black)]
  423.  
  424. ----------------------------------------------------------------------
  425. Subject:  79)  Where can I get an X-based spreadsheet?
  426.  
  427. A version of "sc" for X and which supports Lotus files is available from
  428. vernam.cs.uwm.edu in xspread1.0.tar.Z. It also includes graphing functions.
  429. Information: soft-eng@cs.uwm.edu.
  430.  
  431. Also:
  432.  
  433. Several of the below are part of integrated office-productivity tools which may
  434. also include word-processing, email, conferencing, image processing, and
  435. drawing/painting, among other features.
  436.  
  437. Vendor                        Product    Contact Information
  438. ------                        -------    -------------------
  439. Access Technology             20/20      508-655-9191
  440. Informix                      WingZ      800-331-1763
  441. Quality Software Products     Q-Calc/eXclaim    800-628-3999 (CA:213-410-0303)
  442. Unipress                      Q-Calc     201-985-8000
  443. Uniplex                       Uniplex    214-717-0068, 800-356-8063
  444. Digital                  DECdecision   1-800-DIGITAL
  445. Applix                  Aster*x     508-870-0300, 1-800-8APPLIX.
  446. AIS                  XESS     919-942-7801, info@ais.com
  447. BBN Software Products         BBN/Slate  617-873-5000 slate-offer@bbn.com
  448. Elsid Software Systems          Ripcam     613-228-9468
  449.  
  450. SAS by the SAS Institute  now has a spreadsheet module; the X version is
  451. available on the current popular RISC platforms.
  452.  
  453. ----------------------------------------------------------------------
  454. Subject:  80)  Where can I get X-based project-management software?
  455.  
  456. Vendor                            Product        Contact Information
  457. ------                -------        -------------------
  458. Productivity Solutions        Ultra Planner    617-237-1600
  459. Quality Software Products     MasterPlan Version, 310-410-0303 sales@qsp.com
  460. Digital Tools, Inc.        AutoPLAN    408-366-6920, 800-755-0065
  461. NASA                COMPASS        404-542-3265,
  462.                         service@cossack.cosmic.uga.edu
  463. GEC-Marconi Software Systems    GECOMO Plus    703-648-1551
  464. GEC-Marconi Software Systems    SIZE Plus    703-648-1551
  465. TEI, Inc            VUE        408-985-7100
  466. Mantix                Cascade        703-506-8833
  467. Advanced Management Solutions    Schedule Publisher    800-397-6829
  468. Auburn University        ??        ??
  469.  
  470. [thanks to Pete Phillips (pete@egh-qc.co.uk); 7/92]
  471. [thanks to Atul Chhabra (atul@nynexst.com); 10/92]
  472.  
  473. ----------------------------------------------------------------------
  474. Subject:  81)  Where can I get an X-based PostScript previewer?
  475.  
  476.     Ghostscript is distributed by the Free Software Foundation
  477. (617-876-3296) and includes a PostScript interpreter and a library of graphics
  478. primitives. Version 2.5.2 is now available; the major site is prep.ai.mit.edu.
  479. [11/92]
  480.  
  481.     GSPreview (by the Computing Laboratory of the University of Kent at
  482. Canterbury) is an X user interface (WCL-based) to the Ghostscript 2.4[.1]
  483. interpreter [5/92].  The source is available for anonymous ftp from
  484. export.lcs.mit.edu as gspreview.2.0.tar.Z.
  485.  
  486.     Ghostview (by Tim Theisen, tim@cs.wisc.edu) is full-function user
  487. interface for GhostScript. Check ftp.cs.wisc.edu or prep.ai.mit.edu for
  488. /pub/ghostview-1.4.tar.Z [11/92]. There are also several executables available
  489. on ftp.cs.wisc.edu:/pub/X/ghostview-exe for various architectures.
  490.  
  491. Also:
  492.  
  493.     ScriptWorks is Harlequin's software package for previewing and printing
  494. PostScript(R) descriptions of text and graphics images; previewers for X are
  495. available. For information call +44-223-872522 or send email to
  496. scriptworks-request@harlqn.co.uk.
  497.  
  498.     Image Network's Xps supports the full PostScript language and renders
  499. in color, grayscale, or monochrome. Fonts displayed are anti-aliased. Info:
  500. Image Network, +1 415 967 0542.
  501.  
  502.     Digital's dxpsview runs on UWS 2.1 and 2.2.
  503.  
  504.     Sun's pageview runs with the X11/NeWS server.
  505.  
  506. ----------------------------------------------------------------------
  507. Subject:  82)  Where can I get an X-based GKS package?
  508.  
  509.     The latest freely-available XGKS can be obtained from
  510. xgks-request@unidata.ucar.edu; this is a 2c implementation derived from the
  511. X11R4 contrib XGKS from IBM and the University of Illinois. The release
  512. is on unidata.ucar.edu [128.117.140.3] as pub/xgks.tar.Z. [12/90]
  513.     In addition, Grafpak-GKS is available from Advanced Technology Center
  514. (714-583-9119).
  515.     GKSUL is available from gks@ulowell.edu (ULowell CS department). It is
  516. a 2b implementation which includes drivers for a variety of devices. It can be
  517. passed an X window ID to use. The package includes both C and Fortran bindings.
  518.  
  519. [11/90; from dsrand@mitre.org and from stew@hanauma.stanford.edu]
  520.  
  521.     An XgksWidget is produced by Neil Bowers (neilb@leeds.dcs;
  522. neilb@dcs.leeds.ac.uk); the latest [10/91] conforms with the new version of
  523. XGKS (2.4). It is available on export in contrib/xgks-widget.tar.Z.
  524.  
  525. ----------------------------------------------------------------------
  526. Subject:  83)  Where can I get an X-based PEX package?
  527.  
  528.     The first official release of PEX is with X11R5.
  529.  
  530.     The final PEX 5.1 Protocol specification is now available via anonymous
  531. ftp to export.lcs.mit.edu (18.24.0.12), in the directory /pub/DOCS/PEX/.
  532. Changes made from the Public Review draft are listed in the file "5.1P_changes"
  533. in that directory. [9/92]
  534.  
  535.     The final PEXlib 5.1 document is on export in pub/DOCS/PEXlib. [11/92]
  536.  
  537.     There is now available from the University of Illinois an
  538. implementation of the PEX 4.0 specification called UIPEX. It contains a "near-
  539. complete" implementation of PHiGS and PHiGS PLUS. The file
  540. pub/uipex/uipex.tar.Z is on a.cs.uiuc.edu (128.174.252.1); the porting platform
  541. was an RT running 4.3.  Questions and comments can to go uipex@cs.uiuc.edu.
  542.  
  543.     In addition, the PEXt toolkit by Rich Thomson (rthomson@dsd.es.com) is
  544. available on export as PEXt.tar.Z; it includes a PEX widget making it easier to
  545. include PEX in Xt-based programs.
  546.  
  547. ----------------------------------------------------------------------
  548. Subject:  84)! Where can I get an X-based TeX or DVI previewer?
  549.  
  550.     The xtex previewer for TeX files is available from a number of archive
  551. sites, including uunet; the current version is usually on ftp.cs.colorado.edu
  552. (128.138.204.31) in SeeTeX-2.18.5.tar.Z; pre-converted fonts are also on that
  553. machine. The distribution all includes "mftobdf" which converts PK, GF, and PXL
  554. fonts to BDF format, where they can then be compiled for use by your local X
  555. server.
  556.     The xdvi dvi-previewer is fairly comprehensive and easy to use. It is
  557. also available from a number of sites, including uunet and export.lcs.mit.edu;
  558. current version is patchlevel 16 [12/92].
  559.  
  560. ----------------------------------------------------------------------
  561. Subject:  85)  Where can I get an X-based troff previewer?
  562.  
  563.     X11R4 has two previewers for device-independent troff: the supported
  564. client xditview, and the contributed-but-well-maintained xtroff. An earlier
  565. version of xtroff also appeared on the R3 contributed source. xditview is also
  566. in the R5 distribution.
  567.     In addition, the xman client can be used to preview troff documents
  568. which use the -man macros (i.e. man pages).
  569.     If psroff is used its output can be viewed with a PostScript previewer.
  570.  
  571. In addition:
  572.  
  573.     xproof, an X previewer for ditroff has been contributed by Marvin
  574. Solomon (solomon@cs.wisc.edu); version 3.5 is available on export in
  575. contrib/xproof*.     [8/90]
  576.  
  577.     Elan Computer Group (CA: 415-964-2200) produces eroff, a modified
  578. troff implementation, and Elan/Express, an X11 eroff previewer.
  579.  
  580.     SoftQuad (416-963-8337; USA only 800-387-2777, mail@sq.uu.net or
  581. mail@sq.com) offers SoftQuad Publishing Software, including a substantially-
  582. rewritten troff formatter, a better intermediate language with backwards
  583. compatibility, and an X11[R3,R4] previewer. (This is the package adopted by
  584. AT&T's own MIS department, and used in and re-sold by many parts of AT&T).
  585. [information from Ian Darwin, SoftQuad (ian@sq.com) 3/90]
  586.  
  587.     Image Network (1-800-TOXROFF; CA: 415-967-0542) offers the Xroff
  588. package, which includes a fine modified troff implementation and a set of
  589. X11-based page previewers. (This is the package OEM'ed by several hardware
  590. vendors.)
  591.  
  592. [mostly courtesy moraes@cs.toronto.edu (Mark Moraes)] [2/90]
  593.  
  594. ----------------------------------------------------------------------
  595. Subject:  86)! Where can I get a WYSIWYG interface builder?
  596.  
  597.     A new release of the DIRT interface builder by Richard Hesketh works
  598. with X11R5 and includes some support for the Motif widget set. From the README:
  599.   This builder allows the interactive creation and rapid prototyping of X user
  600.   interfaces using the X Toolkit and a number of Widget Sets.  Dirt generates
  601.   "Wc - Widget Creation" resource files and this distribution also includes the
  602.   Widget Creation Library (version 1.06, with the exception of the demos and
  603.   Mri/Ari source code) with the kind permission of its author David E. Smyth.
  604. Check dirt.README, dirt.A2.0.tar.Z, and dirt.PS.Z on export.lcs.mit.edu:contrib.
  605.  
  606.     The InterViews 3.0.1 C++ toolkit contains a WYSIWIG interface builder
  607. called ibuild. ibuild generates code for an InterViews application complete
  608. with Imakefile and an X-resource file. Documentation is /pub/papers/ibuild.ps
  609. on interviews.stanford.edu (36.22.0.175).
  610.     Quest Windows's (408-496-1900) ObjectViews C++ package includes an
  611. interactive building tool.
  612.  
  613.     Druid (Demonstrational Rapid User Interface Development) runs on SPARC
  614. machines using OSF/Motif 1.0; it is intended eventually to be a full UIMS but
  615. apparently now has only support for creating the presentation components, for
  616. which it generates C/UIL code. Info: Singh G, Kok CH, Ngan TY, "Druid: A System
  617. for Demonstrational Rapid User Interface Development". Proc. ACM SIGGRAPH Symp
  618. on User Interface Software and Technology (UIST'90). ACM, NY, 1990, pp:167-177.
  619.  
  620.     The BYO interface builder is implemented in tcl.
  621.